home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000337_dmacq@erols.com_Wed Sep 4 17:26:35 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  52 lines

  1. Article: 13667 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!feed2.news.rcn.net!feed1.news.rcn.net!rcn!not-for-mail
  3. From: "Donald MacQueen" <dmacq@erols.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: i am sooooo confused
  6. Date: Wed, 4 Sep 2002 16:50:48 -0400
  7. Lines: 34
  8. Message-ID: <al5rmn$t41$1@bob.news.rcn.net>
  9. X-Trace: UmFuZG9tSVaeOnuwj2nw19fx6sESQgNmAjMtHCavoYrygasCqP8RCvu6Ju7X9YB4
  10. X-Complaints-To: abuse@rcn.com
  11. NNTP-Posting-Date: 4 Sep 2002 20:50:31 GMT
  12. X-MimeOLE:  Produced By Microsoft MimeOLE V5.00.2919.6600
  13. X-Priority:  3
  14. X-Newsreader:  Microsoft Outlook Express 5.00.2919.6600
  15. X-MSMail-Priority:  Normal
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13667
  17.  
  18. we have a phone system at my kids school that spits out
  19. call records. i want to use kermit to capture them for analysis.
  20.  
  21. this works interactively:
  22. log session
  23. set input echo off
  24. set modem type none
  25. set line /dev/ttyS0
  26. set carrier-watch off
  27. set speed 9600
  28. connect
  29.  
  30. i can then see the records on the screen and they do get logged to a file.
  31.  
  32. what i -really- want to do is to make this a weekly cron job that rotates
  33. or renames the log file, mails it off, etc.
  34.  
  35. to the above:
  36.      i removed the connect
  37.     i added the line 'set background on'
  38.     i added '#!/usr/local/bin/kermit' as the first line
  39.  
  40. but it is not running in the background as expected. i am sure the mistake
  41. is elementary, and i will feel like a moron when i find it, but i have been
  42. messing with this for over a week now, looking at the scripts in the
  43. library,
  44. etc., and i am thoroughly confused.
  45.  
  46. any help appreciated. thanks in advance
  47.  
  48. donald
  49. st agnes school
  50.  
  51.  
  52.